[MINIOS] XenBus tests disabled in MiniOS. Xend bug induced
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 5 Jul 2006 10:27:25 +0000 (11:27 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 5 Jul 2006 10:27:25 +0000 (11:27 +0100)
by write to device/vif/0.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
extras/mini-os/kernel.c

index 1a7748fe0ddc9da077eb704f85674af9fb295ec0..8aefaaa248a1e740a4811e41d3d36d942dedb4ce 100644 (file)
@@ -104,7 +104,8 @@ void test_xenbus(void);
 
 void xenbus_tester(void *p)
 {
-    test_xenbus();
+    printk("Xenbus tests disabled, because of a Xend bug.\n");
+    /* test_xenbus(); */
 }
 
 /* This should be overridden by the application we are linked against. */